go/printer.printer.useNodeComments (field)

3 uses

	go/printer (current package)
		nodes.go#L68: 	if g == nil || !p.useNodeComments {
		printer.go#L86: 	useNodeComments bool                // if not set, ignore lead and line comments of nodes
		printer.go#L1138: 	p.useNodeComments = p.comments == nil